GtkLabel: Fix a pointless expression
authorMatthias Clasen <mclasen@redhat.com>
Fri, 30 Nov 2012 03:02:16 +0000 (22:02 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 30 Nov 2012 04:10:34 +0000 (23:10 -0500)
commit5230cfe805b8f0046896c029612180fc9d4cc5df
treea67833e20f8a75e893539e2f304da9d7e656fe66
parent256f16852528d5760786192649e62fa3dcaa013f
GtkLabel: Fix a pointless expression

Clearly, what was meant here was that we create a new attribute
list if either of the input attribute lists are non-NULL.
This was found by Coverity.
gtk/gtklabel.c